.container {
    /* background-color: darkblue; */
    color: #fff
}

.info-text {
    color: darkblue;
    float: inline-end;
}

.info-icon {
    position: relative;
    color: green;
    text-align: center;
    margin: 3px 20px 0px 0px;
}

.info-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    transform: rotate(45deg);
}

.logo {
    width: 5%;
    height: 10%;
}

@media (max-width: 990px) {
    .content-to-hide {
        display: none;
    }
}